home *** CD-ROM | disk | FTP | other *** search
/ Champak 132 (Alt) / Vol 132.iso / games / super_ka.swf / scripts / DefineButton2_1056 / BUTTONCONDACTION on(release, keyPress 1).as
Encoding:
Text File  |  2011-06-09  |  128 b   |  6 lines

  1. on(release, keyPress "1"){
  2.    _root.f_enemyStopMc = true;
  3.    _root.enemyStopMc.gotoAndPlay(2);
  4.    btn1._visible = false;
  5. }
  6.